GetCollection (CoBOC) (Deprecated) |
This method is used to retrieve multiple objects. GetCollection is part of the CoBOC Methodset 4.2 in the Cordys CoBOC application package.
SOAP Request
<GetCollection xmlns="http://schemas.cordys.com/4.2/coboc"> <folder filter="folder" type="entity" version="user">/test_folder</folder> </GetCollection>
Request Parameters
Parameter |
Description |
Data Type |
Accepted Input Values |
---|---|---|---|
filter |
Contains the filter to be set for retrieving different types of content |
String |
The following table lists the different input values for the filter attribute.
|
type |
Contains the type to be set for retrieving different types of content |
String |
The following table lists the different input values for the type attribute.
|
version |
Contains the version of the type of content |
String |
The supported versions are:
|
SOAP Response
<GetCollectionResponse xmlns="http://schemas.cordys.com/4.2/coboc"> <tuple lastModified="1172739238209" key="/test_folder/test_template" name="test_template" entity_id="117190640673214" level="user"> </GetCollectionResponse>
Response Parameters
Field |
Description |
---|---|
lastModified |
Last date and time of modification of the object. This information can be used while updating the object |
key |
Name of the object along with the full path |
name |
Name of the object |
level |
Version of the object |
entity_id |
ID of the object |
customkey |
Custom key value of the object |
cursor |
Indicates the number of rows a query returns |